data "aws_vpc"
from TerraformのData Source
例
Amazon VPCでdefault VPCを使う
code:tf
data "aws_vpc" "default" {
default = true
}